GetItDoneGetItDone Docs
API ReferenceAttachments

Mint an attachment download URL

Answers a short-lived presigned GET URL for the attachment's bytes (the SAME signer the in-app proxy and the MCP `get_task_details` tool use). An attachment from another organization (or an unknown id) answers 404 `resource_not_found`.

GET
/v1/attachments/{attachment_id}/download-url

Answers a short-lived presigned GET URL for the attachment's bytes (the SAME signer the in-app proxy and the MCP get_task_details tool use). An attachment from another organization (or an unknown id) answers 404 resource_not_found.

Authorization

bearerAuth
AuthorizationBearer <token>

A gid_ API key (Settings → API keys) or an OAuth 2.1 access token.

In: header

Path Parameters

attachment_id*string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/attachments/string/download-url"
{  "url": "string",  "expires_at": "2019-08-24T14:15:22Z"}