Skip to main content
GET
List a session's attached files

Authorizations

Authorization
string
header
required

A Recursion API key, created in the console under API keys.

Path Parameters

session_id
string<uuid>
required

Session id (UUID) as returned by startSession or listSessions.

Response

Response body of GET and POST /v1/sessions/{session_id}/resources. A POST returns only the resources it attached.

Response body of GET and POST /v1/sessions/{session_id}/resources. A POST returns only the resources it attached.

resources
object[] | null
required

Every file attached to the session, in attachment order, each with its sandbox path once staged.