Skip to main content
GET
/
v0
/
api
/
projects
/
{projectGroupId}
/
assets
Error
A valid request URL is required to generate request examples
{
  "assets": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "url": "<string>",
      "mimeType": "<string>",
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ],
  "total": 123
}

Authorizations

Authorization
string
header
required

Use your Anything API key as the Basic auth username and leave the password empty. Example credentials: anything_xxx:

Path Parameters

projectGroupId
string<uuid>
required

Query Parameters

query
string
limit
integer
Required range: x <= 100
offset
integer | null
Required range: x >= 0

Response

Assets list

assets
object[]
required
total
number
required