Upload File To Source

Upload a file to a data source.

Path parameters

source_idstringRequired

Headers

AuthorizationstringRequired

Header authentication of the form Bearer <token>

Response

Successful Response

created_by_idstringOptional

The id of the user that made this object.

last_updated_by_idstringOptional

The id of the user that made this object.

created_atstringOptionalformat: "date-time"

The timestamp when the object was created.

updated_atstringOptionalformat: "date-time"

The timestamp when the object was last updated.

statusenumOptional

The status of the job.

completed_atstringOptionalformat: "date-time"

The unix timestamp of when the job was completed.

metadataobjectOptional

The metadata of the job.

job_typeenumOptional

The type of the job.

Allowed values:
callback_urlstringOptional

If set, POST to this URL when the job completes.

callback_sent_atstringOptionalformat: "date-time"

Timestamp when the callback was last attempted.

callback_status_codeintegerOptional

HTTP status code returned by the callback endpoint.

idstringOptionalformat: "^(job|run)-[a-fA-F0-9]{8}"

The human-friendly ID of the Job