Get Projects
This endpoint gets projects.
GET
Body
integer
This is the id of the project.
This read takes a request body. The Fetch standard forbids a body on
GET,
so fetch() rejects this call rather than sending one — reach for a server-side
client (curl, undici.request, Python requests) instead. Proxies and CDNs are
also free to drop a body on a read, so prefer a direct connection.Response
number
This is the id of the project.
string
This is the name of the project.
string
This is the description of the project.
string
This is the date the project was created.
string
This is the date the project was last updated.
string
This is the id of the user that created the project.
Errors
Succeeds with200. Failures return 400, 401, 403 or 429 with an error body, per the platform status-code contract.