For the complete documentation index, see llms.txt. This page is also available as Markdown.

Downloads

List project downloads.

get

Returns a paginated, optionally filtered list of the downloads generated for a project, ordered newest first.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
projectIdentifierstringRequired
Query parameters
pageinteger · int32OptionalDefault: 1
pageSizeinteger · int32OptionalDefault: 50
sourceObjectIdentifierstring · uuidOptional
searchTextstringOptional
Responses
200

OK

totalCountinteger · int32Optional
pageinteger · int32Optional
pageSizeinteger · int32Optional
get/projects/{projectIdentifier}/downloads

Stream the artifact file for a download.

get

Streams the artifact for a download when it is ready, or returns 202 Accepted with the current preparation status so the caller can poll.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
objectIdentifierstring · uuidRequired
projectIdentifierstringRequired
Responses
200

OK

string · binaryOptional
get/projects/{projectIdentifier}/downloads/{objectIdentifier}/file

Last updated