cURL
curl --request POST \ --url https://api.tilt.io/api/v1/custom/org/{organization_uuid}/optimized_proposals/status/ \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "uuids": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] } '
{ "proposals": [ { "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "client_external_id": "<string>", "proposal_status": "<string>", "created": "2023-11-07T05:31:56Z", "modified": "2023-11-07T05:31:56Z" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.tilt.pro/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.tilt.pro/llms.txt
Use this file to discover all available pages before exploring further.
List of proposal UUIDs to check status for
Show child attributes