The Laravel Cloud API and CLI are here. Build pipelines, manage environments, and hand off to AI agents. View the docs →
cURL
curl --request GET \ --url https://cloud.laravel.com/api/instances/{instance} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "type": "instances", "relationships": {} }, "included": [ { "id": "<string>", "type": "environments", "links": { "self": { "href": "<string>", "rel": "<string>", "describedby": "<string>", "title": "<string>", "type": "<string>", "hreflang": "<string>", "meta": {} } }, "relationships": {} } ] }
Get the details of a specific instance.
The Bearer Token generated on the Cloud UI.
The instance identifier
Available includes are environment, backgroundProcesses. You can include multiple options by separating them with a comma.
environment
backgroundProcesses
InstanceResource
Show child attributes
Was this page helpful?