cURL
curl --request GET \ --url https://api.devin.ai/v3beta1/enterprise/snapshot-setup/blueprints/{blueprint_id}/files \ --header 'Authorization: Bearer <token>'
{ "data": [ { "blueprint_id": "<string>", "created_at": 123, "env_var_name": "<string>", "file_id": "<string>", "name": "<string>", "size_bytes": 123, "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
Credencial de usuario de servicio (prefijo: cog_)
Respuesta satisfactoria
Contenedor de lista para archivos de blueprint.
Show child attributes