cURL
curl --request GET \ --url https://api.devin.ai/v3beta1/enterprise/snapshot-setup/blueprints \ --header 'Authorization: Bearer <token>'
{ "data": [ { "blueprint_id": "<string>", "created_at": 123, "repo_name": "<string>", "type": "enterprise", "updated_at": 123 } ] }
Documentation IndexFetch the complete documentation index at: https://docs.devin.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.devin.ai/llms.txt
Use this file to discover all available pages before exploring further.
ManageAccountSnapshots
Credenziale dell'utente del servizio (prefisso: cog_)
Risposta riuscita
Wrapper di elenco per i blueprint (restituiti in ordine di esecuzione).
Show child attributes