Get Projects by Team

Fetch a paginated list of all Projects belonging to a Team

SecurityJWT or OAuth2 or DeveloperToken
Request
path Parameters
team_id
required
string <uuid>
query Parameters
filter[archived]
string

Add this query param with the value all to return both archived and non-archived projects

Example: filter[archived]=all
Responses
200

Paginated projects success response

Response Headers
link
string

Pagination links

page-number
integer

Current page of results

per-page
integer

Number of entries per page

total
integer

Total entries across all pagess

total-pages
integer

Number of pages

Response Schema: application/json
Array
archive_status
string

Archival status for this Project

Enum: "standard" "archiving" "unarchiving" "archived"
archived_at
string <date-time>

When a Project was archived

archived_file_count
integer
Default: 0
archived_storage
integer
Default: 0
collaborator_count
integer
Default: 0
deleted_at
string <date-time>

If deleted, when this Project was deleted

description
string
file_count
integer
Default: 0
folder_count
integer
Default: 0
id
string <uuid>
ignore_archive
boolean
Default: false
inserted_at
string <date-time>

When was this Project created

invite_url
string
name
string

Name of this Project

owner_id
string <uuid>
private
boolean
Default: false
object (ProjectPreferences)
read_only
boolean
Default: false
object (Asset)
root_asset_id
string <uuid>
shared
boolean
Default: false
storage
integer
Default: 0
object (Team)
team_id
string <uuid>
updated_at
string <date-time>
object (UserPermissions)
object (ProjectPreferences)
object (Watermark)
401

Unauthorized response

404

Not Found response

get/v2/teams/{team_id}/projects
Request samples
Response samples
application/json
[
  • {
    }
]