Assembly
Get an assembly
Get a single assembly by ID, with its full outputs, inputs, and costs.
Like the list endpoint, this reflects eventually consistent data — an assembly you just created or updated may take up to a second to reflect its latest state here. Returns 404 if no assembly with that ID exists in your company or your team restrictions hide it.
Required permission: assemblies_permissions_view.
get/public/v1/assemblies/{id}
Path parameters
idstring required
The ID of the assembly to fetch.
Response
A single assembly
Changes
No recorded changes to this endpoint across all 1 revision of this API.