GET
/
v1
/
assets
{
  "message": "<string>",
  "metadata": {
    "total_results_count": 123,
    "total_filtered_results_count": 123
  },
  "data": [
    {
      "asset_id": "<string>",
      "ext_file_name": "<string>",
      "ext_file_id": "<string>",
      "file_type": "<string>",
      "url": "<string>",
      "status": "uploading",
      "proj_id": "<string>",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Query Parameters

asset_ids
string[]

List of asset IDs to retrieve.

proj_id
string

The id of the project.

status
enum<string>

The status of the assets to retrieve.

Available options:
uploading,
uploaded,
failed_upload,
processing,
not_processed,
processed
limit
integer
default:
20
Required range: x > 0
offset
integer
default:
0
Required range: x > 0
order_by
enum<string>
default:
updated_at

An enumeration.

Available options:
updated_at,
created_at,
id
order
enum<string>
default:
desc

An enumeration.

Available options:
asc,
desc

Response

200 - application/json
data
object[]
required
message
string
required
metadata
object